Open
Conversation
7819c88 to
630eaa8
Compare
14d0054 to
2a3d2b8
Compare
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Kotlin toolchain support to Kotlin 2.3.20, aligning Bazel module deps, the Kotlin extractor’s supported-version list, dev tooling defaults, and accompanying tests/change notes.
Changes:
- Add Kotlin 2.3.20 compiler / embeddable compiler / stdlib artifacts to Bazel module repos and checked-in extractor deps.
- Extend the Kotlin extractor’s supported versions to include 2.3.20 and suppress newly introduced Kotlin 2.3.20 deprecations in a helper file.
- Update integration test expectations and add a Java QL change note for the new supported Kotlin version.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
MODULE.bazel |
Adds kotlin-*-2.3.20 repositories to the kotlin_extractor_deps use_repo list. |
java/ql/lib/change-notes/2026-03-26-kotlin-2.3.20.md |
Adds an unreleased change note announcing Kotlin support through 2.3.20. |
java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected |
Updates expected diagnostic message threshold for “version too new”. |
java/ql/integration-tests/kotlin/all-platforms/annotation-id-consistency/PrintAst.expected |
Updates expected AST output for Kotlin 2.3.20-related annotation structure changes. |
java/kotlin-extractor/versions.bzl |
Adds 2.3.20 to the supported Kotlin versions list used by Bazel deps. |
java/kotlin-extractor/src/main/kotlin/utils/GetByFqName.kt |
Suppresses deprecation warnings introduced in Kotlin 2.3.20 for referenced APIs. |
java/kotlin-extractor/dev/wrapper.py |
Bumps the dev wrapper’s default Kotlin version to 2.3.20. |
java/kotlin-extractor/deps/kotlin-stdlib-2.3.20.jar |
Adds LFS-tracked stdlib jar for 2.3.20. |
java/kotlin-extractor/deps/kotlin-compiler-embeddable-2.3.20.jar |
Adds LFS-tracked embeddable compiler jar for 2.3.20. |
java/kotlin-extractor/deps/kotlin-compiler-2.3.20.jar |
Adds LFS-tracked compiler jar for 2.3.20. |
.pre-commit-config.yaml |
Broadens the test-path exclusion pattern for whitespace/EOF hooks to cover test* directories. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.